Opc.Ua.Core
HandleMessageProcessingError(Exception,UInt32,String,Object[]) Method



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class > HandleMessageProcessingError Method : HandleMessageProcessingError(Exception,UInt32,String,Object[]) Method
Handles an error parsing or verifying a message.
Syntax
'Declaration
 
Protected Overloads Sub HandleMessageProcessingError( _
   ByVal e As Exception, _
   ByVal defaultCode As UInteger, _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) 
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim e As Exception
Dim defaultCode As UInteger
Dim format As String
Dim args() As Object
 
instance.HandleMessageProcessingError(e, defaultCode, format, args)
protected void HandleMessageProcessingError( 
   Exception e,
   uint defaultCode,
   string format,
   params object[] args
)
protected:
void HandleMessageProcessingError( 
   Exception^ e,
   uint defaultCode,
   String^ format,
   ... array<Object^>^ args
) 

Parameters

e
defaultCode
format
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members
Overload List